home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Dmatrix.h next >
C/C++ Source or Header  |  2003-02-27  |  152b  |  12 lines

  1. #ifndef _Dmatrix_H_
  2. #define _Dmatrix_H_
  3.  
  4. enum
  5. {
  6.     MATRIX_OFF        = 1000,
  7.     MATRIX_V1            = 1001,
  8.     MATRIX_V2            = 1002,
  9.     MATRIX_V3            = 1003
  10. };
  11.  
  12. #endif